Use zero_vector where appropriate.
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 15 Jul 2012 07:57:54 +0000 (11:57 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 15 Jul 2012 07:57:54 +0000 (11:57 +0400)
commit9d4141ce9a4cc40946802a4123b122953301cf6f
treee80e1abfa6b6f29436752dda48b143160c0b0de6
parentb479be39638a2a647b7e994b3a3076e80c9b3bf0
Use zero_vector where appropriate.
* alloc.c (zero_vector): Define as Lisp_Object.  Adjust users
accordingly.
* lisp.h (zero_vector): New declaration.
* font.c (null_vector): Remove.
(syms_of_font): Remove initialization and staticpro.
(font_list_entities, font_find_for_lface): Change to use zero_vector.
* keymap.c (Faccessible_keymaps): Likewise.
src/ChangeLog
src/alloc.c
src/font.c
src/keymap.c
src/lisp.h